text/template/parse.BreakNode.tr (field)
4 uses
text/template/parse (current package)
node.go#L914: tr *Tree
node.go#L921: return &BreakNode{tr: t, NodeType: NodeBreak, Pos: pos, Line: line}
node.go#L924: func (b *BreakNode) Copy() Node { return b.tr.newBreak(b.Pos, b.Line) }
node.go#L926: func (b *BreakNode) tree() *Tree { return b.tr }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)